com.sabro.jbusiness.sys
Enum SysTarefa.Linguagem

java.lang.Object
  extended by java.lang.Enum<SysTarefa.Linguagem>
      extended by com.sabro.jbusiness.sys.SysTarefa.Linguagem
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SysTarefa.Linguagem>
Enclosing class:
SysTarefa

public static enum SysTarefa.Linguagem
extends java.lang.Enum<SysTarefa.Linguagem>

Tipos de codificação das tarefas


Enum Constant Summary
ClasseJava
           
ScriptJava
           
Sql
           
Vb
           
 
Method Summary
static SysTarefa.Linguagem getLinguagem(char tipoChar)
           
 char getTipoChar()
           
static SysTarefa.Linguagem valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SysTarefa.Linguagem[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Vb

public static final SysTarefa.Linguagem Vb

Sql

public static final SysTarefa.Linguagem Sql

ScriptJava

public static final SysTarefa.Linguagem ScriptJava

ClasseJava

public static final SysTarefa.Linguagem ClasseJava
Method Detail

values

public static SysTarefa.Linguagem[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SysTarefa.Linguagem c : SysTarefa.Linguagem.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SysTarefa.Linguagem valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getTipoChar

public char getTipoChar()

getLinguagem

public static SysTarefa.Linguagem getLinguagem(char tipoChar)